FEXP Solver Manager - Common Library  1.0.0.0
FEXPEnterpriseCommonLibrary.FEXPInputData.Table Class Reference


It represents data for the respective file table within the respective block of file. More...

Public Member Functions

 Table (string name, IEnumerable< string > definition)
 
void AddRowData (IEnumerable< string > data)
 
It adds one row data to table. More...
 
IEnumerable< string > GetColumnsDefinition ()
 
It gives collection of column names. More...
 
override string ToString ()
 
It gives name of respective table. More...
 

Properties

string Name = string.Empty [get]
 
Dictionary< string, List< string > > Cells = new Dictionary<string [get]
 
Dictionary< int, string > _col_definition = new Dictionary<int, string>()
 

Detailed Description


It represents data for the respective file table within the respective block of file.

Constructor & Destructor Documentation

◆ Table()

FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Table ( string  name,
IEnumerable< string >  definition 
)

Member Function Documentation

◆ AddRowData()

void FEXPEnterpriseCommonLibrary.FEXPInputData.Table.AddRowData ( IEnumerable< string >  data)


It adds one row data to table.

◆ GetColumnsDefinition()

IEnumerable<string> FEXPEnterpriseCommonLibrary.FEXPInputData.Table.GetColumnsDefinition ( )


It gives collection of column names.

◆ ToString()

override string FEXPEnterpriseCommonLibrary.FEXPInputData.Table.ToString ( )


It gives name of respective table.

Property Documentation

◆ _col_definition

Dictionary<int, string> FEXPEnterpriseCommonLibrary.FEXPInputData.Table._col_definition = new Dictionary<int, string>()

◆ Cells

Dictionary<string, List<string> > FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Cells = new Dictionary<string
get

◆ Name

string FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Name = string.Empty
get

The documentation for this class was generated from the following file: